
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 723px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 723px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 723px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 723px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #de2723;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/* title*/

.title{
    height: 100px;
    background: url(../images/title.png) no-repeat left bottom ;
}

.title h3{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images/buttom1.png) no-repeat 175px center ;
    line-height: 40px;
}

.title h3 a{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}

.title span{
    display: block;
    font-size: 24px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
}


/* product*/

.pro_bg{
    width: 100%;
    height: auto;
    margin: 0px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat center 510px;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.pro_bg .product .pro_t{
    position: relative;
    height: 260px;
}

.pro_bg .product .pro_t .pro_l{
    float: left;
    width: 244px;
    height: 294px;
    background: #fff;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    position: relative;
    top: -80px;
    z-index: 9;
    padding-top: 40px;
}

.pro_bg .product .pro_t .pro_l h5{
    width: 32px;
    height: 148px;
    line-height: 32px;
    background: #de2723;
    border-radius: 45px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    writing-mode:tb-rl;
    display: inline-block;
    text-align: center;

}

.pro_bg .product .pro_t .pro_l p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    writing-mode:tb-rl;
    height: 185px;
    float: left;
    margin-right: 25px;
}


/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    position: relative;
    margin: 0 15px 0 35px;
    float: left;
    width: 36px;
    height: 294px;
}


.topxunpan .xp {
    position: relative;
    line-height: 34px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.topxunpan .xp span{
    writing-mode:tb-rl;
}

.topxunpan .xp img {
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.topxunpan .xp i {
    padding: 5px 5px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    background: #de2723;
    border-radius: 50%;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #de2723;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #de2723;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}




.pro_bg .product .pro_t .pro_l .zx{
    position: absolute;
    left: 40px;
    top: 265px;
    width: 127px;
    height: 48px;
    line-height: 42px;
    background: url(../images/zx.png) no-repeat center;
}

.pro_bg .product .pro_t .pro_l .zx a{
    display: block;
    font: 14px;
    color: #333;
    text-transform: uppercase;
    padding-left: 25px;
    letter-spacing: 1px;
}




.pro_bg .product .pro_t .pro_r{
    float: right;
    width: 970px;
    margin-top: 70px;
} 

.pro_bg .product .pro_t .pro_r .pro_title{
    overflow: hidden;
}


.pro_bg .product .pro_t .pro_r .pro_title .title{
    float: left;
}

.pro_bg .product .pro_t .pro_r .pro_title .search{
    float: right;
    width: 545px;
    height: 70px;
}

.pro_bg .product .pro_t .pro_r .pro_title .search .search2{
    float: left;
    width: 394px;
    height: 70px;
    background: #fafafa;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    text-indent: 25px;
    font-size: 14px;
    color: #999999;
}

.pro_bg .product .pro_t .pro_r .pro_title .search .search_s{
    float: right;
    width: 141px;
    height: 70px;
} 

.pro_bg .product .pro_t .pro_r .pro_list{
    height: 45px;
    margin-top: 40px;

}

.pro_bg .product .pro_t .pro_r .pro_list ul li{
    width: 140px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dddddd;
    margin-right: 66px;
    float: left;
    position: relative;

}

.pro_bg .product .pro_t .pro_r .pro_list ul li:last-child{
    margin-right: 0;
}


.pro_bg .product .pro_t .pro_r .pro_list ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 30px;
    background: url(../images/buttom2.png) no-repeat 10px center ;
}

.pro_bg .product .pro_t .pro_r .pro_list ul li:hover a{
    color: #de2723;
    background: url(../images/buttom3.png) no-repeat 10px center ;
}


.pro_bg .product .pro_t .pro_r .pro_list ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #de2723;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_t .pro_r .pro_list ul li:hover::after{
    width: 100%;
}


.pro_bg .product .pro_box{
    margin: 55px auto 0 auto;
    height: 312px;
    position: relative;
}

.pro_bg .product .pro_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    width: 1280px;
    height: 312px;
}

.pro_bg .product .pro_box .bd ul li .pic{
    float: left;
    width: 394px;
    height: 312px;
    background: #fff;
    border-radius: 8px;
}

.pro_bg .product .pro_box .bd ul li .pic img{
    width: 384px;
    height: 302px;
    border-radius: 8px;
    margin: 5px;
}

.pro_bg .product .pro_box .bd ul li .txt{
    float: left;
    margin-left: 100px;
    width: 660px;
}

.pro_bg .product .pro_box .bd ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 30px;
}

.pro_bg .product .pro_box .bd ul li .txt i{
    display: block;
    width: 28px;
    height: 3px;
    background: #de2723;
    margin: 15px 0 25px 0;
}

.pro_bg .product .pro_box .bd ul li .txt p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}


.pro_bg .product .pro_box .bd ul li:hover .txt h5 a{
    color: #de2723;
}

.pro_bg .product .pro_box .hd{
    position: absolute;
    top: 255px;
    right: 365px;

}

.pro_bg .product .pro_box .next{
    float: left;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url(../images/left.png) no-repeat center; 
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .prev{
    float: left;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url(../images/right.png) no-repeat center; 
    margin-left: 13px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .next:hover{
    background: url(../images/left1.png) no-repeat center; 
}

.pro_bg .product .pro_box .prev:hover{
    background: url(../images/right1.png) no-repeat center; 
}

.pro_bg .product .pro_show{
    margin: 80px auto 0 auto;
    width: 1340px;
} 

.pro_bg .product .pro_show  ul li{
    width: 394px;
    float: left;
    margin-right: 48px;

}

.pro_bg .product .pro_show  ul li .pic{
    width: 392px;
    height: 310px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_show  ul li .pic img{
    width: 382px;
    height: 300px;
    border-radius: 8px;
    margin: 5px;
}

.pro_bg .product .pro_show  ul li .txt{
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    width: 382px;
} 

.pro_bg .product .pro_show  ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 240px;
}

.pro_bg .product .pro_show  ul li .txt .more{
    font-size: 16px;
    color: #666666;
    display: block;
    float: right;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.pro_bg .product .pro_show  ul li:hover .pic{
    border: 1px solid #de2723;

}

.pro_bg .product .pro_show  ul li:hover .txt h5 a{
    color: #de2723;

}

.pro_bg .product .pro_show  ul li:hover .txt .more{
    color: #de2723;
    background: url(../images/more1.png) no-repeat right center;
}


/* ys*/

.ys_bg{
    width: 100%;
    height: 734px;
    margin: 50px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys h6{
    font-size: 14px;
    color: #666;
    letter-spacing: 8px;
    position: absolute;
    top: 66px;
    left: 60px;
}

.ys_bg .ys .ys_t{
    position: absolute;
    left: 55px;
    top: 205px;
    z-index: 5;
    background: url(../images/ys_t.png) no-repeat top left;
    width: 350px;
    height: 172px;

}

.ys_bg .ys .ys_t h3{
    font-size: 30px;
    color: #333;
    padding-top: 52px;

}

.ys_bg .ys .ys_box{
    position: relative;
} 
 
.ys_bg .ys .ys_box .bd{

}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1280px;
    position: relative;
}
 
.ys_bg .ys .ys_box .bd ul li .txt{
    position: absolute;
    left: 0;
    top: 147px;
    width: 625px;
    height: 503px;
    background: #fff;
    padding-left: 56px;
    padding-right: 85px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 14px;
    color: #999999;
    margin-top: 245px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
    font-size: 24px;
    color: #333;
    margin-right: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: right;
    width: 738px;
    height: 650px;
    background: #fff;

} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 726px;
    height: 638px;
    margin: 6px;
}


.ys_bg .ys .ys_box .hd{
    position: absolute;
    left: 60px;
    top: 555px;

}


.ys_bg .ys .ys_box .hd .next{
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 87px;
    background: url(../images/ys_left.png) no-repeat right center;
}

.ys_bg .ys .ys_box .hd .prev{
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #de2723;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 87px;
    background: url(../images/ys_right.png) no-repeat left center;
    padding-left: 40px;
    margin-left: 35px;
}


/* case*/


.case{
    width: 1280px;
    margin: 70px auto 0 auto;
    background: url(../images/case_t.jpg) no-repeat left top;
    position: relative;
}

.case .case_more{
    position: absolute;
    right: 0;
    top: 20px;
    background: url(../images/more2.png) no-repeat center;
    width: 60px;
    height: 60px;
}

.case .case_t{
    position: absolute;
    left: 0;
    top: 212px;
    writing-mode:tb-rl;
    letter-spacing: 2px;
    line-height: 80px;
} 

.case .case_t a{
    display: block;
    font-size: 18px;
    color: #fff;

}

.case .case_box{
    position: relative;
    width: 1280px;
    margin: 0px auto 0 auto;
    padding-top: 168px;
} 


.case .case_box .bd{
    margin-left: 80px;
    width: 1200px;
}

.case .case_box .bd ul li{
    float: left;
    width: 352px;
    margin: 0 24px;
    height: 388px;
    border-bottom: 1px solid #dddddd;
    position: relative;

}

.case .case_box .bd ul li .pic{
    width: 352px;
    height: 230px;
    background: #fafafa;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .pic img{
    width: 344px;
    height: 222px;
    margin: 4px;
} 

.case .case_box .bd ul li .txt{
    margin-top: 15px;

} 

.case .case_box .bd ul li .txt h5 a{
    display: block;
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case .case_box .bd ul li .txt .more{
    display: block;
    width: 70px;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    margin-top: 40px;
}

.case .case_box .bd ul li .txt .more i{
    display: block;
    float: right;
    background: #333 url(../images/more3.png) no-repeat center;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .pic{
    background: #de2723;
}
.case .case_box .bd ul li:hover .txt .more i{
    background: #de2723 url(../images/more3.png) no-repeat center;
}

.case .case_box .bd ul li::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #de2723;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover::after{
    width: 100%;
}

.case .case_box .hd{
    position: absolute;
    left: 30px;
    top: 475px;

}

.case .case_box .hd ul li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-bottom: 12px;
    background: #f5f5f5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .hd ul li.on{
    background: #de2723;
}




/* about*/

.ab_bg{
    width: 100%;
    height: 705px;
    margin: 70px auto 0 auto;
    background: #fafafa;
    overflow: hidden;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_img{
    width: 900px;
    height: 614px;
    position: relative;
    margin-left: -320px;
    margin-top: 91px;
    float: left;

}

.ab_bg .about .ab_img img{
    width: 900px;
    height: 614px;
    border-top-right-radius: 75px;
}

.ab_bg .about .ab_t{
    position: absolute;
    right: 0;
    top: 91px;


}

.ab_bg .about .ab_t h5{
    width: 272px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #333;
}

.ab_bg .about .ab_t h5 i{
    display: block;
    float: left;
    width: 65px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #de2723;
    margin-right: 10px;

}

.ab_bg .about .ab_t span{
    display: block;
    font-size: 48px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.ab_bg .about .ab_t span em{
    font-size: 48px;
    color: #de2723;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_box{
    position: absolute;
    right: -30px;
    top: 240px;
    background: url(../images/ab_nr.png) no-repeat center;
    width: 680px;
    height: 428px;
    padding: 0 154px 0 70px;

}

.ab_bg .about .ab_box h5{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images/ab_t.png) no-repeat  right 24px;
    display: inline-block;
    margin-top: 55px;
    padding-right: 15px;
}

.ab_bg .about .ab_box h5 i{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    display: block;

}

.ab_bg .about .ab_box p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 35px;
}

.ab_bg .about .ab_box .more{
    margin-top: 25px;
    background: url(../images/more4.png) no-repeat center;
    width: 150px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .more a{
    display: block;
    background: url(../images/more5.png) no-repeat 30px center;
    padding-left: 85px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_box .more:hover a{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}



/* news*/

.news{
    width: 1280px;
    height: 850px;
    margin: 70px auto 0 auto;
    position: relative;
}

.news .news_l{
    float: left;
    width: 310px;
}

.news .news_l .title{

}

.news .news_l .more{
    position: absolute;
    right: 0;
    top: 0;
    width: 127px;
    height: 48px;
    line-height: 42px;
    background: url(../images/zx.png) no-repeat  center;

}

.news .news_l .more a{
    display: block;
    font: 14px;
    color: #333;
    text-transform: uppercase;
    padding-left: 25px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
 
.news .news_l .news_list{
    margin-top: 40px;
    position: relative;

}

.news .news_l .news_list::after{
    position: absolute;
    content: "";
    left: 5px;
    top: 15px;
    width: 1px;
    height: 240px;
    background: #dddddd;
}

.news .news_l .news_list ul li{
    margin: 0 0 25px 23px;
    width: 205px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.news .news_l .news_list ul li a{
    padding-left: 55px;
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_l .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 15px center;
}

.news .news_l .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 15px center;
}

.news .news_l .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 15px center;
}

.news .news_l .news_list ul li.casehover{
    border-bottom: 1px dashed #de2723;
    background: url(../images/buttom4.png) no-repeat 155px center;
}

.news .news_l .news_list ul li.casehover a{
    color: #de2723;

}

.news .news_l .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 15px center;
}

.news .news_l .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 15px center;
}

.news .news_l .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 15px center;
}

.news .news_l .news_list ul li::after{
    position: absolute;
    content: "";
    left:-22px;
    top: 30px;
    width: 9px;
    height: 9px;
    background: #aaaaaa;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_l .news_list ul li.casehover::after{
    background: #de2723;
}

.news .news_l .ry{
    margin-top: 110px;
    background: url(../images/ry_bg.png) no-repeat  center;
    width: 212px;
    height: 280px;
} 

.news .news_l .ry img{
    width: 166px;
    height: 234px;
    margin: 23px 0 0 23px;
}

.news .news_box{
    float: right;
    width: 970px;
    margin-top: 80px;
}

.news .news_box .news_top{
    height: 390px;
    width: 1000px;

}

.news .news_box .news_top ul li{
    float: left;
    width: 260px;
    height: 388px;
    border: 1px solid #dddddd;
    margin-right: 30px;
    padding: 0 20px;
}

.news .news_box .news_top ul li .txt{
    height: 205px;

}

.news .news_box .news_top ul li .txt span{
    display: block;
    font-size: 26px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_top ul li .txt a{
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 17px;
}

.news .news_box .news_top ul li .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    padding-left: 20px;

}
.news .news_box .news_top ul li .txt p::after{
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 53px;
    background: #dddddd;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_box .news_top ul li .news_img{
    width: 260px;
    height: 166px;

}

.news .news_box .news_top ul li .news_img img{
    width: 260px;
    height: 166px;
}

.news .news_box .news_top ul li:hover span{
    color: #de2723;

}

.news .news_box .news_top ul li:hover  a{
    color: #de2723;
}

.news .news_box .news_top ul li:hover  p::after{
background: #de2723;
}

.news .news_box .list{
    margin: 50px  auto 0 auto;
    position: relative;
    width: 1080px;
} 

.news .news_box .list ul li{
    height: 140px;
    width: 400px;
    float: left;
    margin: 0 120px 20px 20px;

}

.news .news_box .list ul li .txt{
    height: 24px;
    line-height: 24px;

}

.news .news_box .list ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 270px;
    float: left;
}

.news .news_box .list ul li .txt span{
    display: block;
    float: right;
    font-size: 14px;
    color: #666666;

}

.news .news_box .list ul li p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 15px 0 35px 0;
}

.news .news_box .list ul li .more{
    display: block;
    font-size: 14px;
    color: #666;
    width: 64px;
    height: 24px;
    line-height: 24px;
    border-radius: 45px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list::after{
    position: absolute;
    left: 0;
    top: 140px;
    width: 970px;
    height: 1px;
    background: #dddddd;
    content: "";
}

.news .news_box .list ul li:hover .txt a{
    color: #de2723;
}

.news .news_box .list ul li:hover .more{
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: #de2723;
    text-align: center;
}


/* links*/

.links{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    font-size: 28px;
    color: #333333;
}

.links .links_t i{
    font-size: 18px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
    background: url(../images/links_xt.png) no-repeat  top center;
    width: 70px;
    letter-spacing: 5px;
    padding-top: 5px;
}

.links .yq{
    float: right;
    width: 1050px;
    margin-top: 10px;
} 

.links .yq a{
    margin: 0 10px;
    font-size: 14px;
    color: #666666;
}